14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
|
# The directory containing configuration files and SQLite database.
|
||
|
airflow/
|
||
|
|
||
|
# Directory used by `direnv` to hold `use flake`-generated profiles.
|
||
|
/.direnv/
|
||
|
|
||
|
# A symlink produced by default when running `nix build`.
|
||
|
/result
|
||
|
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|