# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment variables .env *.env !.env.example # Logs *.log # Database *.db *.sqlite3 # Alembic alembic/versions/*.py !alembic/versions/__init__.py # Docker docker-compose.override.yml # Helm helm/charts/ *.tgz # Temporary files tmp/ temp/ *.tmp .claude/settings.local.json # Node/NPM frontend/node_modules/ frontend/.angular/ frontend/dist/ # Keep .npmrc but ignore sensitive auth info # The active .npmrc will be generated from .npmrc.public or .npmrc.artifactory