- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
README.md
|
|
pyproject.toml
|
|
src/aitbc_sdk/__init__.py
|
|
src/aitbc_sdk/receipts.py
|
|
src/aitbc_sdk.egg-info/PKG-INFO
|
|
src/aitbc_sdk.egg-info/SOURCES.txt
|
|
src/aitbc_sdk.egg-info/dependency_links.txt
|
|
src/aitbc_sdk.egg-info/requires.txt
|
|
src/aitbc_sdk.egg-info/top_level.txt
|
|
tests/test_receipts.py |