# Compiled Python files *.pyc *.pyo __pycache__/ # Setuptools build output build/ dist/ # Python virtual environment venv/ env/ # IDE and editor files .vscode/ .idea/ *.pydevproject *.pyc *.bak *.swp *~.nib/ *.sublime-project *.sublime-workspace *.komodoproject .komodotools/ *_iPython/ .ipynb_checkpoints/ .sage/ .spyderproject .spyproject .pytest_cache/ # Django specific files *.log *.pot *.pyc local_settings.py # Database files *.sqlite3 *.db # Other generated files *.bak *.swp *~