| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # Byte-compiled / optimized / DLL files
- __pycache__/
- *.py[cod]
- *$py.class
- *pyx
- # Build & packaging
- build/*
- dist/*
- *egg-info/*
- _version.py
- # Jupyter Notebook
- .ipynb_checkpoints
- prototype*
- # Scrapy stuff:
- .scrapy
- draft/
- # Environments
- .env
- .venv
- env/
- venv/
- ENV/
- env.bak/
- venv.bak/
- # VS Code
- .vscode/
- # Testing
- .pytest_cache/
- # Packaging
- build/
- dist/
- # Prototyping files & manual testing
- proto/
- # Data & logs
- *.csv
- # Private configurations
- private.yaml
- # Some other random stuff
- bash.exe.stackdump
- # Sphinx documentation
- docs/_build/
- # tox
- .tox/
|