# Data files (except example data) thechart_data.csv ### !thechart_data.csv backups/ # Environment files .env .env.local .env.*.local # Build and distribution build/ dist/ *.egg-info/ # Python bytecode *.pyc *.pyo *.pyd __pycache__/ # PyInstaller *.spec # Logs *.log logs/ # Virtual environments .venv/ .poetry/ venv/ env/ ENV/ # Testing .pytest_cache/ .coverage .coverage.* coverage.xml htmlcov/ .tox/ .nox/ # Code quality tools .ruff_cache/ .mypy_cache/ .pylint.d/ # IDEs and editors .vscode/ !.vscode/tasks.json !.vscode/launch.json .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Databases *.db *.sqlite3 *.sqlite # uv lock files (keep for reproducibility) # uv.lock # Docker .dockerignore.bak # Temporary files *.tmp *.temp .cache/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db integration_test_exports/