| # Python | |
| *.pyc | |
| __pycache__/ | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # Byte-compiled / optimized / DLL files | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| 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/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # IPython | |
| profile_default/ | |
| ipython_config.py | |
| # pyenv | |
| .python-version | |
| # pipenv | |
| Pipfile.lock | |
| # Poetry | |
| poetry.lock | |
| # Virtualenv | |
| .venv | |
| venv/ | |
| ENV/ | |
| # Spyder project settings | |
| .spyderproject | |
| .spyproject | |
| # Rope project settings | |
| .ropeproject | |
| # mkdocs documentation | |
| /site | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| # Pyre type checker | |
| .pyre/ | |
| # IDEs and editors | |
| .idea/ | |
| .vscode/ | |
| *.sublime-workspace | |
| # OS generated files | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| logs/ | |
| *.log.* | |
| # Dependency directories | |
| node_modules/ | |
| bower_components/ | |
| # Optional: Local configuration files | |
| *.local | |
| *.env | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Optional: Database | |
| *.sqlite3 | |
| *.db | |
| # Optional: Django | |
| *.sqlite3 | |
| migrations/ | |
| *.mo | |
| *.pot | |
| staticfiles/ | |
| # Optional: Flask | |
| instance/ | |
| .webassets-cache | |
| # Optional: Scrapy | |
| .scrapy | |
| outputs/ | |
| wandb/ | |
| assets/large_rl_datasets/ | |
| utils/parquet_cache/ | |