Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| dist/ | |
| downloads/ | |
| develop-eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Virtual environments | |
| .env | |
| .venv | |
| venv/ | |
| ENV/ | |
| env/ | |
| env.bak/ | |
| venv.bak/ | |
| # FastAPI / Uvicorn | |
| *.log | |
| uvicorn.log | |
| # Environment variables | |
| .env.* | |
| !.env.example | |
| # IDEs and editors | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| coverage.xml | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| # Type checking | |
| .mypy_cache/ | |
| .pyre/ | |
| .pytype/ | |
| # Ruff / Lint | |
| .ruff_cache/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints/ | |
| # PyInstaller | |
| *.manifest | |
| *.spec | |
| # SQLAlchemy / SQLite | |
| *.db | |
| *.sqlite3 | |
| # Logs | |
| logs/ | |
| *.log | |
| # Cache | |
| .cache/ | |
| # Temporary files | |
| tmp/ | |
| temp/ | |
| # Docker | |
| docker-compose.override.yml | |
| # Node (if frontend exists) | |
| node_modules/ | |
| # Mac/Linux hidden files | |
| .*.swp | |
| *.pid | |
| # Secrets | |
| secrets/ | |
| credentials.json | |
| service-account.json | |
| # Alembic | |
| alembic/versions/*.pyc | |
| # Static build outputs | |
| staticfiles/ | |
| # PyCharm | |
| .idea/ | |
| # VSCode | |
| .history/ | |
| # Poetry | |
| poetry.lock | |
| # Pipenv | |
| Pipfile.lock | |
| run_docker.py | |
| docs | |
| .claude | |
| start_docker.txt | |
| Reconciliation-file-processing-service.postman_collection.json | |
| pytest.ini | |
| tests/* |