coach-scraper/.gitignore

15 lines
290 B
Plaintext
Raw Normal View History

# Python bytecode.
__pycache__/
2023-11-27 20:09:40 +00:00
# Directory used by `direnv` to hold `use flake`-generated profiles.
/.direnv/
2023-11-27 20:09:40 +00:00
# A symlink produced by default when running `nix build`.
/result
2023-11-27 20:30:22 +00:00
# The results of the `chess.com` coach scraping.
/data/
# The local database used when testing exports.
/db/